Re-exports

pub use abi::*;
pub use types::*;

Modules

Generated file from abi.proto

Generated file from test.proto

Structs

Buffered write with handy utilities

Traits

Trait implemented for all generated structs for protobuf messages.

Trait implemented by all protobuf enum types.

WasmContext is wasm context abstraction.

Functions

The underlying function of wasm to handle requests.

Attribute Macros

Register wasm’s ABI for handling requests. format description: #[wasm_handle(i32)] or #[wasm_handle(method=i32)] example:

Register the ABI for wasm load-time initialization state. Register wasm’s ABI for handling requests. format description: #[wasm_onload] example: